home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Developer CD 2.1
/
Amiga Developer CD v2.1.iso
/
NDK
/
NDK_1.3
/
Include-Strip1.3
/
include.h
/
workbench
/
icon.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1988-07-15
|
309 b
|
10 lines
#ifndef WORKBENCH_ICON_H
#define WORKBENCH_ICON_H
#define ICONNAME "icon.library"
struct WBObject *GetWBObject(), *AllocWBObject();
struct DiskObject *GetDiskObject();
LONG PutWBObject(), PutIcon(), GetIcon(), MatchToolValue();
VOID FreeFreeList(), FreeWBObject(), AddFreeList();
char *FindToolType();
#endif